﻿.logo-container:hover{
    cursor: pointer;
}

.logo-container .overlaybg-1{
    background-image: url(../images/box-telehealth.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.logo-container .overlaybg-2{
    background-image: url(../images/box-teamlet.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.logo-container .overlaybg-3{
    background-image: url(../images/box-financial.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.logo-container .overlaybg-4{
    background-image: url(../images/box-professionals.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.logo-container:hover .overlay{
    opacity: 1;
    z-index: 1;
}

.logo-container .overlay a:hover{
    opacity: 0.8;
}

.logo-container .overlay{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    opacity: 0;
    transition: all 0.3s ease;
}

.logo-container .overlay .overlay-content.bg1{
    background-color: rgba(2, 61, 123, 0.8);
}

.logo-container .overlay .overlay-content.bg2{
    background-color: rgba(0, 86, 161, 0.8);
}

.logo-container .overlay .overlay-content.bg3{
    background-color: rgba(0, 119, 186, 0.8);
}

.logo-container .overlay .overlay-content.bg4{
    background-color: rgb(0, 151, 212, 0.8);
}

.logo-container .overlay .overlay-content{
    width: 100%;
    height: 100% ;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: absolute;
    margin: 0;
    left: 0;
    padding: 20px;
    text-align: center;
}

.logo-container .overlay .overlay-content h6{
    font-weight: 700;
}

.logo-container .overlay .overlay-content p{
    margin-bottom: 15px;
}

.logo-container .overlay .overlay-content button { 
    border: none;
    background-color: transparent;
}

.logo-container .overlay .overlay-content button { 
        position: relative;
        border: 1px solid #fff !important;
        padding: 5px 15px;
        color: #fff;
        font-size: 12px;
        border-radius: 50px;
}

.logo-container .overlay .overlay-content button::after {
    display: none;
    padding-left: 8px;
    content: '\f105';
    font-family: "Font Awesome 5 Free";
    font-weight: 700;
}

.logo-container .overlay .overlay-content button:hover {
    padding-right: 40px;
    transition: all 0.3s ease 0s;
    color: #fff;
}

.logo-container .overlay .overlay-content button:hover::after {
    display: inline-block;
    position: absolute;
    left: 105px;
    top: 6px;
    animation: button-arrow 0.2s linear;
}

@keyframes button-arrow {
    0% {
        left: 0;
    }
    100% {
        left: 95;
    }
}

.overlay-content {
    color: #fff;
}

.overlay-content a{
    color: #fff;
    font-weight: normal;
}

.overlay-content a::after {
    color: #fff !important;
    content: '\f105';
    font-family: "Font Awesome 5 Free";
    font-weight: 700;
    margin-left: 10px;
}

/* start ora-container */
.ora-mt-top{
    margin-top: -75px;
}

@media all and (max-width: 1400px) {
    .ora-mt-top{
        margin-top: -75px;
    }
}

@media all and (max-width: 1200px) {
    .ora-mt-top{
        margin-top: -150px;
    }
}

.ora-desktop{
    display: block;
}

.ora-mobile{
    display: none;
}

.logo-container{
    position: relative;
    display: flex;
    align-items: center;
    padding: 20px 20px 10px !important;
    justify-content: flex-start;
    min-height: 150px;
    height: unset;
    border-bottom: 10px solid rgba(0,0,0,0.3);
}

@media all and (min-width: 767px) and (max-width: 1000px) {
    .logo-container{
        height: 140px;
    }
}

.logo-container .logo-sec{
    color: #fff;
    align-self: center;
}

@media all and (max-width: 767px) {
    .ora-desktop{
        display: none;
    }
    .ora-mobile{
        display: block;
    }

    .ora-mobile .fa-angle-right{
        font-size: 16px;
        margin-bottom: -1px;
        display: inline-block;
        margin-left: 4px;
    }
    .logo-container{
       height: 160px;
       padding: 10px 20px 25px;
    }
    .logo-container .logo-sec{
        font-size: 48px;
        color: #fff;
        align-self: flex-start;
        display: flex;
    }
}

.logo-container .logo-sec img{
    width: 60px;
    min-width: unset;
}

.logo-container .text-sec{
    margin-left: 10px;
    align-self: center;
    display: flex;
    justify-content: space-between;
}

.logo-container .text-sec svg {
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    align-self: center;
    position: absolute;
    right: 15px;
}

.logo-container .text-sec h6{
    font-weight: bold;
    margin-bottom: 0px;
    color: white;
}

.logo-container .text-sec p{
    margin-bottom: 15px;
    color: white;
}

.ora-bg-1{
    background-color: #de6600;
}

.ora-bg-2{
    background-color: #ef7b05;
}

.ora-bg-3{
    background-color: #ee9601;
}

.ora-bg-4{
    background-color: #efb110;
}

.blue-bg-1{
    background-color: #023d7b !important;
}

.blue-bg-2{
    background-color: #0056a1 !important;
}

.blue-bg-3{
    background-color: #0077ba !important;
}

.blue-bg-4{
    background-color: #0097d4 !important;
}

ol.carousel-indicators {
    position: absolute;
    bottom: 0px;
    margin: 0;
    margin-bottom: 15px;
    left: 0;
    right: 0;
    width: auto;
    padding-top: 20px;
}
 
ol.carousel-indicators li,
ol.carousel-indicators li.active {
    width: 1.2rem;
    height: 1.2rem;
    border-radius: 50%;
    border: 0;
    background: transparent;
}
 
ol.carousel-indicators li {
    background: rgba(255,255,255,0.5);
    margin-left: 1.2rem;
    margin-right: 1.2rem;
}

ol.carousel-indicators.operations li.active {
    background: #4DC7A0;
}

ol.carousel-indicators.operations li {
    background:  #D6D6D6;
    margin-left: 1.2rem;
    margin-right: 1.2rem;
}

ol.carousel-indicators li.active {
    background: white;
}

ol.carousel-indicators.pos-rel{
    position: relative;
    padding-top: 0;
    margin-bottom: -75px;
}

ol.carousel-indicators.pos-rel li.logo-container{
    position: relative;
    display: flex;
    align-items: center;
    padding: 20px !important;
    justify-content: flex-start;
    min-height: 150px;
    height: unset;
    border-bottom: 10px solid rgba(0,0,0,0.3);
    margin: 0;
    border-radius: unset;
    text-indent: 0;
    width: unset;
}

ol.carousel-indicators.pos-rel li.logo-container.active{
    background-color: #dfd3c3 !important;
    opacity: 1;
}

ol.carousel-indicators.pos-rel li.logo-container:hover{
    /* background-color: #dfd3c3 !important; */
    background-color: #e4dacd !important;
    color: #000;
}

ol.carousel-indicators.pos-rel li.logo-container:hover a h6,
ol.carousel-indicators.pos-rel li.logo-container:hover a svg,
.active.logo-container .text-sec h6,
.active.logo-container .text-sec svg{
    color: #000;
}


ol.carousel-indicators.pos-rel li.logo-container.col-6{
    flex: 0 0  25% !important;
    
}
 
@media all and (max-width: 899px) {
    ol.carousel-indicators.pos-rel{
        margin-bottom: -100px;
    }
    ol.carousel-indicators.pos-rel li.logo-container.col-2{
        flex: 0 0  33.333333% !important;
        max-width: 33.333333%;
        min-height: 100px;
        
    }
}

@media all and (max-width: 990px) {
    ol.carousel-indicators.pos-rel li.logo-container.col-6{
        flex: 0 0  50% !important;
        max-width: 50%;
        min-height: 100px;
        
    }
}


@media all and (max-width: 767px) {
    ol.carousel-indicators.pos-rel li.logo-container.col-6{
        flex: 0 0  50% !important;
        max-width: 50%;
        min-height: 100px;
        
    }
}


ol.carousel-indicators.pos-rel li.logo-container a{
    width: 100%;
    height: 100%;
    align-items: center;
    margin-left: 0;
}

@media all and (max-width: 1200px) {

    ol.carousel-indicators.pos-rel li.logo-container a,
    ol.carousel-indicators.pos-rel li.logo-container a h6{
        margin-right: 7.5px;
    }
}

@media all and (max-width: 767px) {

    ol.carousel-indicators.pos-rel li.logo-container{
        padding: 15px !important;
        
    }
}
@media all and (max-width: 340px) {
    ol.carousel-indicators.pos-rel li.logo-container{
        padding: 15px 10px !important;
    }

    .logo-container .text-sec svg {
        right: 10px;
    }
}

@media all and (max-width: 576px) {
    .text-sec::after{
        right: 20px;
        bottom: 5px;
    }
}
/* end ora-container */

/* start primary-care */
.card-title h3 a{
    color: #fff;
}

.card-title h3 a:hover{
    opacity: 0.8;
    cursor: pointer;
}

.card-text .banner-btn{
    background-color: transparent;
    color: white;
    padding: 5px 15px;
    border: 1px solid white;
    border-radius: 50px;
}

@media all and (max-width: 576px) {
    .card-text .banner-btn{
        padding: 5px 15px;
    }
}

.card-text .banner-btn::after{
    display: none;
	padding-left: 8px;
	content: '\f105';
    font-family: "Font Awesome 5 Free";
    font-weight: 700;
}

.card-text .banner-btn:hover{
    padding-right: 40px ;
    transition: all 0.2s ease 0s;
}

.card-text .banner-btn:hover::after{
    display: inline-block;
    position: absolute;
    left: 175px;
    animation: banner-button-arrow 0.2s linear;
}

@media all and (max-width: 767px) {
    .card-text .banner-btn:hover::after{
        left: 150px;
    }
}

@keyframes banner-button-arrow {
    0% { left: 0; }
    100% { left: 165 !important; }
}

.big-card__wrapper > .row > div:first-child .card.bgbanner1 {
    background:right bottom / var(--bg-img-size) no-repeat url(../images/banner-pca.png), radial-gradient(circle at center, #2ab5c2 0, #2ab5c2 100%);
}
.big-card__wrapper > .row > div:first-child .card.bgbanner2 {
    background:right bottom / var(--bg-img-size) no-repeat url(../images/banner-cru.png),  radial-gradient(circle at center, #087e97 0, #087e97 100%);
}

.banner-desktop, .announcements-desktop, .operational-desktop, .resources-desktop, .notices-desktop, .releases-desktop, .news-desktop, .newsletters-desktop, .reports-desktop, recommend-desktop {
    display: flex;
}

#carouselBanner, #carouselOperational, #carouselOperational1, #carouselOperational2, #carouselAnnouncements, #carouselResources, #carouselNotices, #carouselReleases, #carouselNews, #carouselNewsletter, #carouselReports, #carouselRecommends {
    display: none;
}

@media all and (max-width: 767px) {
    .banner-desktop, .announcements-desktop, .operational-desktop, .resources-desktop, .notices-desktop, .releases-desktop, .news-desktop, .newsletters-desktop, .reports-desktop, recommend-desktop {
        display: none !important;
    }

    #carouselBanner, #carouselOperational, #carouselOperational1, #carouselOperational2, #carouselAnnouncements, #carouselResources, #carouselNotices, #carouselReleases, #carouselNews, #carouselNewsletter, #carouselReports, #carouselRecommends{
        display: flex;
    }

    .big-card__wrapper > .row > div:first-child .card.bgbanner1 {
        height: 210px !important  ;  
    }

    .big-card__wrapper > .row > div:first-child .card.bgbanner2 {
    height: 210px !important  ;  
    }
}

@media all and (max-width: 400px) {
    .big-card__wrapper > .row > div:first-child .card.bgbanner1 {
        height: 240px !important  ;  
    }
    .big-card__wrapper > .row > div:first-child .card.bgbanner2 {
    height: 240px !important  ;  
    }
}
/* end primary-care */

.p-75{
    height: 75px;
}

@media all and (max-width: 900px) {
    .p-75{
        height: 100px;
    }
}

.green-border{
    border-color: #179a9b !important;
}

.green-bg{
    background-color: #179a9b !important;
}

.edu-article-card-topic .pca-prog-title{
    background-image: none;
}

.edu-article-card-topic .pca-prog-title:hover{
    background-image: none;
    color: #212529 !important;
    cursor: unset;
}

.pca-prog-title{
    font-size: unset !important;
    color: #212529 !important;
}
